Nevron Open Vision Documentation
Nevron.Nov.Internal Namespace / nMSI<lOSI> Class / OnRender Method


In This Topic
    OnRender Method (nMSI<lOSI>)
    In This Topic
    Overriden to render a writable bitmap
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnRender( _
       ByVal EnSI As System.Windows.Media.DrawingContext _
    ) 
    'Usage
     
    
    Dim instance As nMSI(Of lOSI)
    Dim EnSI As System.Windows.Media.DrawingContext
     
    instance.OnRender(EnSI)
    protected override void OnRender( 
       System.Windows.Media.DrawingContext EnSI
    )

    Parameters

    EnSI
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also